<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; color:#666666; font-family: "Microsoft Yahei","å¾®è½¯é›…é»‘", arial, helvetica, clean, sans-serif; font-size:14px;}
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, th, var { font-style:normal; font-weight:normal;}
a{color:#555; text-decoration:none; border: 0; }
a:hover{ text-decoration:none; }
a:active{ text-decoration:none; }
a:focus{outline:none;}
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px "Microsoft Yahei",Verdana,Helvetica,Arial,sans-serif;  outline: none;border: none; background: none;  }
table { border-collapse:collapse; border-spacing: 0; }
html{width: 100%;height: 100%;overflow-y: scroll;}
body{width: 100%;min-height: 100%;position: relative;}


.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.hide{display: none}
.line_t{text-decoration: line-through;}
.b{font-weight: bold;}

.fl {float: left;}
.fr {float: right;}

/*********æ”¹å˜æµè§ˆå™¨æ»šåŠ¨æ¡çš„æ&nbsp;·å¼****************/
::-webkit-scrollbar/*æ•´ä½“éƒ¨åˆ†*/{width: 10px;  height:10px; }
::-webkit-scrollbar-track/*æ»‘åŠ¨è½¨é“*/{  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);  border-radius: 0;  background: rgba(0,0,0,0.1); }
::-webkit-scrollbar-thumb/*æ»‘å—*/{  border-radius: 5px;  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);  background: rgba(0,0,0,0.2); }
::-webkit-scrollbar-thumb:hover/*æ»‘å—æ•ˆæžœ*/{  border-radius: 5px;  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);  background: rgba(0,0,0,0.4); }



.fs12 {  font-size: 12px;  }
.fs13 {  font-size: 13px;  }
.fs14 {  font-size: 14px;  }
.fs15 {  font-size: 15px;  }
.fs16 {  font-size: 16px;  }
.fs17 {  font-size: 17px;  }
.fs18 {  font-size: 18px;  }
.fs19 {  font-size: 19px;  }
.fs20 {  font-size: 20px;  }
.fs22 { font-size:  22px;  }
.fs23 { font-size:  23px;  }
.fs24 { font-size:  24px;  }
.fs25 { font-size:  25px;  }

.fc3 {  color: #333;  }
.fc6 {  color: #666;  }
.fc9 {  color: #999;  }

.h5{width: 100%;height: 5px;}
.h10{width: 100%;height: 10px;}
.h15{width: 100%;height: 15px;}
.h20{width: 100%;height: 20px;}
.h25{width: 100%;height: 25px;}
.h30{width: 100%;height: 30px;}
.h35{width: 100%;height: 35px;}
.h40{width: 100%;height: 40px;}
.h45{width: 100%;height: 45px;}
.h50{width: 100%;height: 50px;}
.h55{width: 100%;height: 55px;}
.h60{width: 100%;height: 60px;}
.h100{width: 100%;height: 100px;}

.flex{
    display: -webkit-box;  /* è€ç‰ˆæœ¬è¯­æ³•: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;     /* è€ç‰ˆæœ¬è¯­æ³•: Firefox (buggy) */
    display: -ms-flexbox;  /* æ··åˆç‰ˆæœ¬è¯­æ³•: IE 10 */
    display: -webkit-flex; /* æ–°ç‰ˆæœ¬è¯­æ³•: Chrome 21+ */
    display: flex;         /* æ–°ç‰ˆæœ¬è¯­æ³•: Opera 12.1, Firefox 22+ */
}
.flex-1{
    -webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;     /* OLD - Firefox 19- */
    -webkit-flex: 1;      /* Chrome */
    -ms-flex: 1;           /* IE 10 */
    flex: 1;              /* NEW, Spec - Opera 12.1, Firefox 20+ */
}</pre></body></html>